home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
armadilloknight.swf
/
scripts
/
frame_4
/
PlaceObject2_79_930
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Wrap
Text File
|
2006-05-08
|
1KB
|
43 lines
onClipEvent(load){
function open(port, msg)
{
action = "open";
message = msg;
portrait.gotoAndStop(port);
_root.world.player.actionLock = true;
_root.world.player.stop();
this._visible = true;
this._y = targetY;
this._xscale = 0;
this._yscale = 0;
}
function close()
{
_root.world.player.actionLock = false;
if(_root.world.player.pose == "stand")
{
_root.world.player.gotoAndStop("stand");
_root.world.player.pose = "stand";
}
else
{
_root.world.player.prevPose = "bleh";
_root.world.player.pose = "ko";
}
this._visible = false;
this._y = -200;
action = "done";
if(_root.world.endBlock.egStart)
{
_root.jukebox.gotoAndPlay(2);
_root.world.endBlock.egStart = false;
}
_root.jukebox.snd.setVolume(100);
}
action = "none";
this._visible = false;
targetY = this._y;
this._y = -200;
scaleStep = 10;
}